AttachmentFlags Enumeration |
Represents attachment's flags.
Namespace:
Independentsoft.Msg
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic enum AttachmentFlags
Public Enumeration AttachmentFlags
Members|
| Member name | Value | Description |
|---|
| InvisibleInHtml | 0 |
Indicates that this attachment is not available to HTML rendering applications and should be ignored in MIME processing.
|
| InvisibleInRtf | 1 |
Indicates that this attachment is not available to applications rendering in Rich Text Format (RTF) and should be ignored by MAPI.
|
| None | 2 |
None
|
See Also